Retry a webhook delivery attempt

Retry or replay a webhook delivery attempt. After retrying a webhook delivery, you may inspect webhook delivery attempts using this API endpoint. More information on debugging and inspecting webhook delivery attempts is available here.

SecurityAuthToken
Request
path Parameters
webhookAttemptId
required
string

The unique ID of the webhook attempt or response.

Responses
202

Accepted

404

Not found

post/webhooks/attempts/{webhookAttemptId}/retry
Request samples
Response samples
application/json
{
  • "original_webhook_attempt_id": "string",
  • "event_id": "string",
  • "webhook_config_id": "string",
  • "webhook_config_url": "string"
}
Copyright © Shipwell 2025. All right reserved.